android_set_abort_message

android_set_abort_message() sets the abort message that will be shown by debuggerd. This is meant for use by libraries that deliberately abort so that they can provide an explanation. It is used within bionic to implement assert() and all FORTIFY/fdsan aborts.

Available since API level 21.

extern (C) nothrow @nogc
void
android_set_abort_message
(
const(char)* __msg
)

Meta